const unicode.pC

67 uses

	unicode (current package)
		graphic.go#L9: 	pC     = 1 << iota // a control character.
		graphic.go#L83: 		return properties[uint8(r)]&pC != 0
		tables.go#L8956: 	0x00: pC,       // '\x00'
		tables.go#L8957: 	0x01: pC,       // '\x01'
		tables.go#L8958: 	0x02: pC,       // '\x02'
		tables.go#L8959: 	0x03: pC,       // '\x03'
		tables.go#L8960: 	0x04: pC,       // '\x04'
		tables.go#L8961: 	0x05: pC,       // '\x05'
		tables.go#L8962: 	0x06: pC,       // '\x06'
		tables.go#L8963: 	0x07: pC,       // '\a'
		tables.go#L8964: 	0x08: pC,       // '\b'
		tables.go#L8965: 	0x09: pC,       // '\t'
		tables.go#L8966: 	0x0A: pC,       // '\n'
		tables.go#L8967: 	0x0B: pC,       // '\v'
		tables.go#L8968: 	0x0C: pC,       // '\f'
		tables.go#L8969: 	0x0D: pC,       // '\r'
		tables.go#L8970: 	0x0E: pC,       // '\x0e'
		tables.go#L8971: 	0x0F: pC,       // '\x0f'
		tables.go#L8972: 	0x10: pC,       // '\x10'
		tables.go#L8973: 	0x11: pC,       // '\x11'
		tables.go#L8974: 	0x12: pC,       // '\x12'
		tables.go#L8975: 	0x13: pC,       // '\x13'
		tables.go#L8976: 	0x14: pC,       // '\x14'
		tables.go#L8977: 	0x15: pC,       // '\x15'
		tables.go#L8978: 	0x16: pC,       // '\x16'
		tables.go#L8979: 	0x17: pC,       // '\x17'
		tables.go#L8980: 	0x18: pC,       // '\x18'
		tables.go#L8981: 	0x19: pC,       // '\x19'
		tables.go#L8982: 	0x1A: pC,       // '\x1a'
		tables.go#L8983: 	0x1B: pC,       // '\x1b'
		tables.go#L8984: 	0x1C: pC,       // '\x1c'
		tables.go#L8985: 	0x1D: pC,       // '\x1d'
		tables.go#L8986: 	0x1E: pC,       // '\x1e'
		tables.go#L8987: 	0x1F: pC,       // '\x1f'
		tables.go#L9083: 	0x7F: pC,       // '\x7f'
		tables.go#L9084: 	0x80: pC,       // '\u0080'
		tables.go#L9085: 	0x81: pC,       // '\u0081'
		tables.go#L9086: 	0x82: pC,       // '\u0082'
		tables.go#L9087: 	0x83: pC,       // '\u0083'
		tables.go#L9088: 	0x84: pC,       // '\u0084'
		tables.go#L9089: 	0x85: pC,       // '\u0085'
		tables.go#L9090: 	0x86: pC,       // '\u0086'
		tables.go#L9091: 	0x87: pC,       // '\u0087'
		tables.go#L9092: 	0x88: pC,       // '\u0088'
		tables.go#L9093: 	0x89: pC,       // '\u0089'
		tables.go#L9094: 	0x8A: pC,       // '\u008a'
		tables.go#L9095: 	0x8B: pC,       // '\u008b'
		tables.go#L9096: 	0x8C: pC,       // '\u008c'
		tables.go#L9097: 	0x8D: pC,       // '\u008d'
		tables.go#L9098: 	0x8E: pC,       // '\u008e'
		tables.go#L9099: 	0x8F: pC,       // '\u008f'
		tables.go#L9100: 	0x90: pC,       // '\u0090'
		tables.go#L9101: 	0x91: pC,       // '\u0091'
		tables.go#L9102: 	0x92: pC,       // '\u0092'
		tables.go#L9103: 	0x93: pC,       // '\u0093'
		tables.go#L9104: 	0x94: pC,       // '\u0094'
		tables.go#L9105: 	0x95: pC,       // '\u0095'
		tables.go#L9106: 	0x96: pC,       // '\u0096'
		tables.go#L9107: 	0x97: pC,       // '\u0097'
		tables.go#L9108: 	0x98: pC,       // '\u0098'
		tables.go#L9109: 	0x99: pC,       // '\u0099'
		tables.go#L9110: 	0x9A: pC,       // '\u009a'
		tables.go#L9111: 	0x9B: pC,       // '\u009b'
		tables.go#L9112: 	0x9C: pC,       // '\u009c'
		tables.go#L9113: 	0x9D: pC,       // '\u009d'
		tables.go#L9114: 	0x9E: pC,       // '\u009e'
		tables.go#L9115: 	0x9F: pC,       // '\u009f'